home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / Angband290 / user / pref.prf < prev    next >
Text File  |  2000-04-10  |  2KB  |  231 lines

  1. # File: pref.prf
  2.  
  3. #
  4. # This file defines "default" actions of various kinds
  5. #
  6. # This file includes, if appropriate, various "sub-files"
  7. #
  8. # See "lib/help/command.txt" and "src/files.c" for more information.
  9. #
  10. # Note that the "X" key is mapped in both keysets to the key sequence
  11. # "w0", which will "swap weapons" as long as both weapons contain the
  12. # inscription "@0".  For example, inscribe your main weapon as "@1@0"
  13. # and your digger (or secondary weapon) as "@2@0".
  14. #
  15.  
  16.  
  17. ##### Force certain options #####
  18.  
  19. ## # Option -- Default to original commands
  20. ## X:rogue_like_commands
  21.  
  22. ## # Option -- Default to roguelike commands
  23. ## Y:rogue_like_commands
  24.  
  25.  
  26. ##### Original Keyset Mappings #####
  27.  
  28. # Stay still (numerical)
  29. A:,
  30. C:0:5
  31.  
  32. # Movement (numerical)
  33. A:;1
  34. C:0:1
  35. A:;2
  36. C:0:2
  37. A:;3
  38. C:0:3
  39. A:;4
  40. C:0:4
  41. A:;6
  42. C:0:6
  43. A:;7
  44. C:0:7
  45. A:;8
  46. C:0:8
  47. A:;9
  48. C:0:9
  49.  
  50. # Hack -- Commit suicide
  51. A:Q
  52. C:0:^C
  53.  
  54. # Hack -- Swap equipment
  55. A:w0
  56. C:0:X
  57.  
  58.  
  59. ##### Roguelike Keyset Mappings #####
  60.  
  61. # Stay still (numerical)
  62. A:,
  63. C:1:5
  64.  
  65. # Movement (numerical)
  66. A:;1
  67. C:1:1
  68. A:;2
  69. C:1:2
  70. A:;3
  71. C:1:3
  72. A:;4
  73. C:1:4
  74. A:;6
  75. C:1:6
  76. A:;7
  77. C:1:7
  78. A:;8
  79. C:1:8
  80. A:;9
  81. C:1:9
  82.  
  83. # Run
  84. A:.
  85. C:1:,
  86.  
  87. # Stay still
  88. A:,
  89. C:1:.
  90.  
  91. # Movement (rogue keys)
  92. A:;1
  93. C:1:b
  94. A:;2
  95. C:1:j
  96. A:;3
  97. C:1:n
  98. A:;4
  99. C:1:h
  100. A:;6
  101. C:1:l
  102. A:;7
  103. C:1:y
  104. A:;8
  105. C:1:k
  106. A:;9
  107. C:1:u
  108.  
  109. # Running (shift + rogue keys)
  110. A:.1
  111. C:1:B
  112. A:.2
  113. C:1:J
  114. A:.3
  115. C:1:N
  116. A:.4
  117. C:1:H
  118. A:.6
  119. C:1:L
  120. A:.7
  121. C:1:Y
  122. A:.8
  123. C:1:K
  124. A:.9
  125. C:1:U
  126.  
  127. # Altering (control + rogue keys)
  128. A:+1
  129. C:1:^B
  130. A:+2
  131. C:1:^J
  132. A:+3
  133. C:1:^N
  134. A:+4
  135. C:1:^H
  136. A:+6
  137. C:1:^L
  138. A:+7
  139. C:1:^Y
  140. A:+8
  141. C:1:^K
  142. A:+9
  143. C:1:^U
  144.  
  145. # Allow use of the "tunnel" command
  146. A:T
  147. C:1:^T
  148.  
  149. # Allow use of the "destroy" command
  150. A:k
  151. C:1:^D
  152.  
  153. # Locate player on map
  154. A:L
  155. C:1:W
  156.  
  157. # Browse a book (Peruse)
  158. A:b
  159. C:1:P
  160.  
  161. # Jam a door (Spike)
  162. A:j
  163. C:1:S
  164.  
  165. # Toggle search mode
  166. A:S
  167. C:1:#
  168.  
  169. # Use a staff (Zap)
  170. A:u
  171. C:1:Z
  172.  
  173. # Take off equipment
  174. A:t
  175. C:1:T
  176.  
  177. # Fire an item
  178. A:f
  179. C:1:t
  180.  
  181. # Bash a door (Force)
  182. A:B
  183. C:1:f
  184.  
  185. # Look around (examine)
  186. A:l
  187. C:1:x
  188.  
  189. # Aim a wand (Zap)
  190. A:a
  191. C:1:z
  192.  
  193. # Zap a rod (Activate)
  194. A:z
  195. C:1:a
  196.  
  197. # Hack -- Commit suicide
  198. A:Q
  199. C:1:^C
  200.  
  201. # Hack -- Swap equipment
  202. A:w0
  203. C:1:X
  204.  
  205.  
  206. ##### System Specific Subfiles #####
  207.  
  208. ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
  209. %:pref-x11.prf
  210.  
  211. ?:[IOR [EQU $SYS gcu] [EQU $SYS lsl]]
  212. %:pref-gcu.prf
  213.  
  214. ?:[EQU $SYS ami]
  215. %:pref-ami.prf
  216.  
  217. ?:[EQU $SYS mac]
  218. %:pref-mac.prf
  219.  
  220. ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
  221. %:pref-win.prf
  222.  
  223. ?:[EQU $SYS emx]
  224. %:pref-emx.prf
  225.  
  226. ?:[EQU $SYS acn]
  227. %:pref-acn.prf
  228.  
  229. ?:1
  230.  
  231.